Adwaita: Update accel label styling
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2015 19:43:41 +0000 (15:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2015 19:45:13 +0000 (15:45 -0400)
Adapt Adwaita to the changes in the previous commit.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 5e99cfd924a279884efa6f67271898319ebdd1f2..a2b8bd919c89e8e38a806f22114ace725a3feb9e 100644 (file)
@@ -1508,7 +1508,7 @@ column-header.button.dnd { // for treeview-like derive widgets
   }
 }
 
-.menuitem .accelerator { color: gtkalpha(currentColor,0.55); }
+.menuitem accelerator { color: gtkalpha(currentColor,0.55); }
 
 
 /***************
index be9a832fb71ad1540f30c42ca9e5fbb29652e37a..29611fc1da39a7ff5522c94e8bf9b5151083f439 100644 (file)
@@ -2033,7 +2033,7 @@ column-header .titlebar .button.titlebutton,
       background-color: transparent;
       border-color: transparent; }
 
-.menuitem .accelerator {
+.menuitem accelerator {
   color: alpha(currentColor,0.55); }
 
 /***************
index 345202b2d1c10738f8fa707f97867188d62a8d47..706939d94a15d495f74f873d60d2e33071536308 100644 (file)
@@ -2039,7 +2039,7 @@ column-header .titlebar .button.titlebutton,
       background-color: transparent;
       border-color: transparent; }
 
-.menuitem .accelerator {
+.menuitem accelerator {
   color: alpha(currentColor,0.55); }
 
 /***************